home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / sphere / Makefile < prev    next >
Encoding:
Makefile  |  1993-02-10  |  281 b   |  11 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ${GEOM}/makefiles/Makerules.src
  5.  
  6. test.o:  test.c
  7.     ${CC} ${CFLAGS} -c -o test.o test.c
  8.  
  9. test:      test.o all
  10.     ${CC} ${CFLAGS} -o test test.o -L${GEOM}/lib/${MACHTYPE} -lpointlist ${ALLOOGLLIBS} -lm
  11.